| 
 | 
 | 
 | 
| SftTree.ColHeaderForeColor Property | 
Defines the text color for all column headers.
Deprecated - Provided for compatibility with earlier versions only - Use Headers.ForeColor instead
Syntax
| VB.NET | |||
| VB | Clr = object.ColHeaderForeColor As OLE_COLOR | ||
| C#.NET | |||
| VC++ | OLE_COLOR Clr = object->ColHeaderForeColor; | ||
| C | HRESULT object->get_ColHeaderForeColor(OLE_COLOR* Clr); | ||
| Delphi | Clr := object.ColHeaderForeColor : TColor; | ||
| VB.NET | |||
| VB | object.ColHeaderForeColor = Clr As OLE_COLOR | ||
| C#.NET | |||
| VC++ | OLE_COLOR object->ColHeaderForeColor
      = Clr; | ||
| C | HRESULT object->put_ColHeaderForeColor(OLE_COLOR Clr); | ||
| Delphi | object.ColHeaderForeColor := Clr : TColor; | ||
object
A SftTree object.
Clr
Defines the text color for all column headers. For information about color properties, please visit the applicable section "Using SftTree/OCX with ...".
Comments
Deprecated - Provided for compatibility with earlier versions only - Use Headers.ForeColor instead
The ColHeaderForeColor property defines the text color for all column headers.
This property has no effect if Windows themes are used.
See Also SftTree Object | Object Hierarchy